home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_el.java < prev    next >
Text File  |  1998-09-22  |  12KB  |  250 lines

  1. /*
  2.  * @(#)LocaleElements_el.java    1.12 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_el extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "el_GR" }, // locale id based on iso codes
  57.             { "LocaleID", "0408" }, // Windows id
  58.             { "ShortLanguage", "ell" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "GRC" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "el", "\u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "GR", "\u0395\u03bb\u03bb\u03ac\u03b4\u03b1" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "\u0399\u03b1\u03bd\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", // january
  73.                     "\u03a6\u03b5\u03b2\u03c1\u03bf\u03c5\u03ac\u03c1\u03b9\u03bf\u03c2", // february
  74.                     "\u039c\u03ac\u03c1\u03c4\u03b9\u03bf\u03c2", // march
  75.                     "\u0391\u03c0\u03c1\u03af\u03bb\u03b9\u03bf\u03c2", // april
  76.                     "\u039c\u03ac\u03ca\u03bf\u03c2", // may
  77.                     "\u0399\u03bf\u03cd\u03bd\u03b9\u03bf\u03c2", // june
  78.                     "\u0399\u03bf\u03cd\u03bb\u03b9\u03bf\u03c2", // july
  79.                     "\u0391\u03cd\u03b3\u03bf\u03c5\u03c3\u03c4\u03bf\u03c2", // august
  80.                     "\u03a3\u03b5\u03c0\u03c4\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", // september
  81.                     "\u039f\u03ba\u03c4\u03ce\u03b2\u03c1\u03b9\u03bf\u03c2", // october
  82.                     "\u039d\u03bf\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", // november
  83.                     "\u0394\u03b5\u03ba\u03ad\u03bc\u03b2\u03c1\u03b9\u03bf\u03c2", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "\u0399\u03b1\u03bd", // abb january
  90.                     "\u03a6\u03b5\u03b2", // abb february
  91.                     "\u039c\u03b1\u03c1", // abb march
  92.                     "\u0391\u03c0\u03c1", // abb april
  93.                     "\u039c\u03b1\u03ca", // abb may
  94.                     "\u0399\u03bf\u03c5\u03bd", // abb june
  95.                     "\u0399\u03bf\u03c5\u03bb", // abb july
  96.                     "\u0391\u03c5\u03b3", // abb august
  97.                     "\u03a3\u03b5\u03c0", // abb september
  98.                     "\u039f\u03ba\u03c4", // abb october
  99.                     "\u039d\u03bf\u03b5", // abb november
  100.                     "\u0394\u03b5\u03ba", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03ae", // Sunday
  107.                     "\u0394\u03b5\u03c5\u03c4\u03ad\u03c1\u03b1", // Monday
  108.                     "\u03a4\u03c1\u03af\u03c4\u03b7", // Tuesday
  109.                     "\u03a4\u03b5\u03c4\u03ac\u03c1\u03c4\u03b7", // Wednesday
  110.                     "\u03a0\u03ad\u03bc\u03c0\u03c4\u03b7", // Thursday
  111.                     "\u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae", // Friday
  112.                     "\u03a3\u03ac\u03b2\u03b2\u03b1\u03c4\u03bf" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "\u039a\u03c5\u03c1", // abb Sunday
  118.                     "\u0394\u03b5\u03c5", // abb Monday
  119.                     "\u03a4\u03c1\u03b9", // abb Tuesday
  120.                     "\u03a4\u03b5\u03c4", // abb Wednesday
  121.                     "\u03a0\u03b5\u03bc", // abb Thursday
  122.                     "\u03a0\u03b1\u03c1", // abb Friday
  123.                     "\u03a3\u03b1\u03b2" // abb Saturday
  124.                 }
  125.             },
  126.             { "AmPmMarkers",
  127.                 new String[] {
  128.                     "\u03c0\u03bc", // am marker
  129.                     "\u03bc\u03bc" // pm marker
  130.                 }
  131.             },
  132.             { "NumberPatterns",
  133.                 new String[] {
  134.                     "#,##0.###;-#,##0.###", // decimal pattern
  135.                     "#,##0.00 \u0394\u03c1\u03c7;-#,##0.00 \u0394\u03c1\u03c7", // currency pattern
  136.                     "#,##0%" // percent pattern
  137.                 }
  138.             },
  139.             { "NumberElements",
  140.                 new String[] {
  141.                     ",", // decimal separator
  142.                     ".", // group (thousands) separator
  143.                     ";", // list separator
  144.                     "%", // percent sign
  145.                     "0", // native 0 digit
  146.                     "#", // pattern digit
  147.                     "-", // minus sign
  148.                     "E", // exponential
  149.                     "\u2030", // per mille
  150.                     "\u221e", // infinity
  151.                     "\ufffd" // NaN
  152.                 }
  153.             },
  154.             { "CurrencyElements",
  155.                 new String[] {
  156.                     "\u0394\u03c1\u03c7", // local currency symbol
  157.                     "GRD", // intl currency symbol
  158.                     "," // monetary decimal separator
  159.                 }
  160.             },
  161.             { "DateTimePatterns",
  162.                 new String[] {
  163.                     "h:mm:ss a z", // full time pattern
  164.                     "h:mm:ss a z", // long time pattern
  165.                     "h:mm:ss a", // medium time pattern
  166.                     "h:mm a", // short time pattern
  167.                     "EEEE, d MMMM yyyy", // full date pattern
  168.                     "d MMMM yyyy", // long date pattern
  169.                     "d MMM yyyy", // medium date pattern
  170.                     "d/M/yyyy", // short date pattern
  171.                     "{1} {0}" // date-time pattern
  172.                 }
  173.             },
  174.             { "DateTimeElements",
  175.                 new String[] {
  176.                     "2", // first day of week
  177.                     "1" // min days in first week
  178.                 }
  179.             },
  180.             { "CollationElements",
  181.                 "& \u0361 = \u0387 = \u03f3 " // ?? \u03f3 is letter yot
  182.                 // punctuations
  183.                 + "& \u00b5 "
  184.                 + "< \u0374 "        // upper numeral sign
  185.                 + "< \u0375 "        // lower numeral sign
  186.                 + "< \u037a "        // ypogegrammeni
  187.                 + "< \u037e "        // question mark
  188.                 + "< \u0384 "        // tonos
  189.                 + "< \u0385 "        // dialytika tonos
  190.                 // Greek letters sorts after Z's
  191.                 + "& Z < \u03b1 , \u0391 "  // alpha
  192.                 + "; \u03ac , \u0386 "  // alpha-tonos
  193.                 + "< \u03b2 , \u0392 "  // beta
  194.                 + "; \u03d0 "           // beta symbol
  195.                 + "< \u03b3 , \u0393 "  // gamma
  196.                 + "< \u03b4 , \u0394 "  // delta
  197.                 + "< \u03b5 , \u0395 "  // epsilon
  198.                 + "; \u03ad , \u0388 "  // epsilon-tonos
  199.                 + "< \u03b6 , \u0396 "  // zeta
  200.                 + "< \u03b7 , \u0397 "  // eta
  201.                 + "; \u03ae , \u0389 "  // eta-tonos
  202.                 + "< \u03b8 , \u0398 "  // theta
  203.                 + "; \u03d1 "           // theta-symbol
  204.                 + "< \u03b9 , \u0399 "  // iota
  205.                 + "; \u03af , \u038a "  // iota-tonos
  206.                 + "; \u03ca , \u03aa "  // iota-dialytika
  207.                 + "; \u0390 "           // iota-dialytika
  208.                 + "< \u03ba , \u039a "  // kappa
  209.                 + "; \u03f0 "           // kappa symbol
  210.                 + "< \u03bb , \u039b "  // lamda
  211.                 + "< \u03bc , \u039c "  // mu
  212.                 + "< \u03bd , \u039d "  // nu
  213.                 + "< \u03be , \u039e "  // xi
  214.                 + "< \u03bf , \u039f "  // omicron
  215.                 + "; \u03cc , \u038c "  // omicron-tonos
  216.                 + "< \u03c0 , \u03a0 "  // pi
  217.                 + "; \u03d6 < \u03c1 "  // pi-symbol
  218.                 + ", \u03a1 "           // rho
  219.                 + "; \u03f1 "           // rho-symbol
  220.                 + "< \u03c3 , \u03c2 "  // sigma(final)
  221.                 + ", \u03a3 "           // sigma
  222.                 + "; \u03f2 "           // sigma-symbol
  223.                 + "< \u03c4 , \u03a4 "  // tau
  224.                 + "< \u03c5 , \u03a5 "  // upsilon
  225.                 + "; \u03cd , \u038e "  // upsilon-tonos
  226.                 + "; \u03cb , \u03ab "  // upsilon-dialytika
  227.                 + "= \u03d4 "           // upsilon-diaeresis-hook
  228.                 + "; \u03b0 "           // upsilon-dialytika-tonos
  229.                 + "; \u03d2 "           // upsilon-hook symbol
  230.                 + "; \u03d3 "           // upsilon-acute-hook
  231.                 + "< \u03c6 , \u03a6 "  // phi
  232.                 + "; \u03d5 "           // phi-symbol
  233.                 + "< \u03c7 , \u03a7 "  // chi
  234.                 + "< \u03c8 , \u03a8 "  // psi
  235.                 + "< \u03c9 , \u03a9 "  // omega
  236.                 + "; \u03ce , \u038f "  // omega-tonos
  237.                 + ", \u03da , \u03dc "  // stigma, digamma
  238.                 + ", \u03de , \u03e0 "  // koppa, sampi
  239.                 + "< \u03e3 , \u03e2 "  // shei
  240.                 + "< \u03e5 , \u03e4 "  // fei
  241.                 + "< \u03e7 , \u03e6 "  // khei
  242.                 + "< \u03e9 , \u03e8 "  // hori
  243.                 + "< \u03eb , \u03ea "  // gangia
  244.                 + "< \u03ed , \u03ec "  // shima
  245.                 + "< \u03ef , \u03ee "  // dei
  246.             }
  247.         };
  248.     }
  249. }
  250.